application event area ¶
Description¶
Notifies the start/end of the application.
Event¶
| Name | Definition Name | Description |
|---|---|---|
| Application startup event | onAfterStart | Event notified after application startup. |
| Event before application termination | onBeforeQuit | Event notified before application termination. |
Interface belonging to area¶
| Name | Description |
|---|---|
| AfterStartEventParams | Parameters of the event after application startup. |
| BeforeQuitEventParams | This is the parameter for the application pre-end event. |